Opc.Ua.Core
Start(ApplicationConfiguration,Uri[]) Method



Opc.Ua Namespace > ServerBase Class > Start Method : Start(ApplicationConfiguration,Uri[]) Method
The object that stores the configurable configuration information for a UA application
The array of Uri elements which contains base addresses.
Starts the server.
Syntax
'Declaration
 
Public Overloads Function Start( _
   ByVal configuration As ApplicationConfiguration, _
   ByVal ParamArray baseAddresses() As Uri _
) As ServiceHost
'Usage
 
Dim instance As ServerBase
Dim configuration As ApplicationConfiguration
Dim baseAddresses() As Uri
Dim value As ServiceHost
 
value = instance.Start(configuration, baseAddresses)

Parameters

configuration
The object that stores the configurable configuration information for a UA application
baseAddresses
The array of Uri elements which contains base addresses.

Return Value

Returns a host for a UA service.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServerBase Class
ServerBase Members
Overload List